home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / T / Terminal 2.1 Source Code.cpt / Terminal 2.01 Source / Terminal ƒ / Sources / CancelDialog.h < prev    next >
Encoding:
Text File  |  1990-12-31  |  402 b   |  16 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.0
  3.     "CancelDialog.h"
  4. */
  5.  
  6. Boolean CheckCancel (void);
  7. void DrawCancelDialog (short, Byte *);
  8. void DrawProgressDialog (short, Byte *);
  9. void InfoProgress (Byte *);
  10. void NameProgress (Byte *);
  11. void RemoveCancelDialog (void);
  12. Byte *SecondsToString (long, Byte *);
  13. void SelectCancelDialog (void);
  14. void Statistics (long, long, short);
  15. void UpdateProgress (long, long, long, long, long, Byte *);
  16.